📄️ Overview
In this chapter, you will discover various mechanisms through which applications on a system can interact.
📄️ Time Server
Check out the code in support/time-server/server.c and support/time-server/client.c.
📄️ Password Cracker
In this example, we will solve the following problem: given the sha512 hash of a password, we want to obtain the password that generated the hash.
📄️ The X Window System
Unix-like systems that support a Graphical User Interface usually do this through the X Window System.
📄️ D-Bus
D-Bus is an Inter-Process Communication (IPC) mechanism that is commonly present on Linux.
📄️ OS Cloud
In this section, we are going to build a "toy cloud" called OS Cloud.
📄️ Arena
Oneko